GET https://api.storenvy.com/v1/webhooks
Get a list of your Webhooks.
Example response:
{ "data": { "webhooks": [ { "id": 1, "url": "http://example.com", "events": [ "order/created" ] } ] }, "meta": { "code": 200, "api_version": "1.0" } }
Get a list of your Webhooks.
{ "data": { "webhooks": [ { "id": 1, "url": "http://example.com", "events": [ "order/created" ] } ] }, "meta": { "code": 200, "api_version": "1.0" } }